home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / PREVWIN.RH < prev    next >
Text File  |  1997-05-06  |  652b  |  22 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Macros used by Preview Frame Window  
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_PREVWIN_RH)
  10. #define OWL_PREVWIN_RH
  11.  
  12. // Print Preview glyphs
  13. //
  14. #define IDB_PREVIOUS        24500
  15. #define IDB_NEXT            24501
  16. #define IDB_ONEUP           24502
  17. #define IDB_TWOUP           24503
  18. #define IDB_CURRPAGE        24504
  19. #define IDB_DONE            24505
  20.  
  21. #endif  //  OWL_PREVWIN_RH
  22.